Configurates
C1.Web.Mvc.MultiSelect<T>.HeaderFormatter. Sets a function that gets the HTML in the control header.
Syntax
'Declaration
Public Function HeaderFormatter( _
ByVal As String _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> HeaderFormatter(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also